home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / c / AmiVoGL_MDEV.lha / build.bat < prev    next >
DOS Batch File  |  1991-06-06  |  274b  |  14 lines

  1. cd src
  2. make F=%1 makefile.msc
  3. if errorlevel > 0 goto end
  4. if "%2" == "nofonts" goto end
  5. cd ..\hershey\src
  6. make makefile.msc
  7. if errorlevel > 0 goto end
  8. md c:\lib\hershey
  9. command /c mkfnts c:\lib\hershey
  10. cd ..\..\examples
  11. make F=%1 makefile.msc
  12. if errorlevel > 0 goto end
  13. :end
  14.